home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / netlog-1.02 / include / etherdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-20  |  398 b   |  21 lines

  1. /*
  2.      net logger - network traffic logging library
  3.      Copyright (C) 1993 Douglas Lee Schales, David K. Hess, David R. Safford
  4.  
  5.      Please see the file `COPYING' for the complete copyright notice.
  6.  
  7. etherdefs.h - 03/20/93
  8.  
  9. */
  10. struct ethertypes {
  11.      unsigned int type;
  12.      char *description;
  13.      void (*handler)();
  14. };
  15.  
  16. struct adapters {
  17.      unsigned int prefix;
  18.      char *manufacturer;
  19. };
  20.  
  21.